home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-04-13 | 291 b | 13 lines |
- #
- # Makefile for NewPop under SAS/C v6.2
- # Last update: Loren J. Rittle Tue Apr 13 20:20:18 1993
- #
-
- CCFLAGS = data=near strmerge nodebug parms=reg code=near nostkchk ignore=120
-
- NewPop: NewPop.c
- $(CC) $(CCFLAGS) NewPop.c LINK SMALLDATA SMALLCODE
-
- clean:
- delete force NewPop \#?.o \#?.bak
-